home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _org_arc / gambo / gambo1.exe / DANRO.DXR / 00145.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  414 b   |  18 lines

  1. on exitFrame
  2.   puppetSprite(20, 1)
  3.   repeat with n = 1 to 6
  4.     set the locH of sprite 20 to the locH of sprite 20 + 4
  5.     updateStage()
  6.     startTimer()
  7.     repeat while the timer < 5
  8.     end repeat
  9.     set the locH of sprite 20 to the locH of sprite 20 - 4
  10.     updateStage()
  11.     startTimer()
  12.     repeat while the timer < 5
  13.     end repeat
  14.   end repeat
  15.   puppetSprite(20, 0)
  16.   set the visible of sprite 2 to 1
  17. end
  18.